derelict.glib.gkeyfile

Undocumented in source.

Members

Aliases

GKeyFile
alias GKeyFile = _GKeyFile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GKeyFileError
alias GKeyFileError = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GKeyFileFlags
alias GKeyFileFlags = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_error_quark
alias da_g_key_file_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_free
alias da_g_key_file_free = void function(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_boolean
alias da_g_key_file_get_boolean = gboolean function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_boolean_list
alias da_g_key_file_get_boolean_list = gboolean* function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_comment
alias da_g_key_file_get_comment = gchar* function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_double
alias da_g_key_file_get_double = gdouble function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_double_list
alias da_g_key_file_get_double_list = gdouble* function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_groups
alias da_g_key_file_get_groups = gchar** function(GKeyFile* key_file, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_int64
alias da_g_key_file_get_int64 = gint64 function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_integer
alias da_g_key_file_get_integer = gint function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_integer_list
alias da_g_key_file_get_integer_list = gint* function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_keys
alias da_g_key_file_get_keys = gchar** function(GKeyFile* key_file, const(gchar)* group_name, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_locale_string
alias da_g_key_file_get_locale_string = gchar* function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_locale_string_list
alias da_g_key_file_get_locale_string_list = gchar** function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_start_group
alias da_g_key_file_get_start_group = gchar* function(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_string
alias da_g_key_file_get_string = gchar* function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_string_list
alias da_g_key_file_get_string_list = gchar** function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_uint64
alias da_g_key_file_get_uint64 = guint64 function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_get_value
alias da_g_key_file_get_value = gchar* function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_has_group
alias da_g_key_file_has_group = gboolean function(GKeyFile* key_file, const(gchar)* group_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_has_key
alias da_g_key_file_has_key = gboolean function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_load_from_data
alias da_g_key_file_load_from_data = gboolean function(GKeyFile* key_file, const(gchar)* data, gsize length, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_load_from_data_dirs
alias da_g_key_file_load_from_data_dirs = gboolean function(GKeyFile* key_file, const(gchar)* file, gchar** full_path, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_load_from_dirs
alias da_g_key_file_load_from_dirs = gboolean function(GKeyFile* key_file, const(gchar)* file, const(gchar*)* search_dirs, gchar** full_path, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_load_from_file
alias da_g_key_file_load_from_file = gboolean function(GKeyFile* key_file, const(gchar)* file, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_new
alias da_g_key_file_new = GKeyFile* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_ref
alias da_g_key_file_ref = GKeyFile* function(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_remove_comment
alias da_g_key_file_remove_comment = gboolean function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_remove_group
alias da_g_key_file_remove_group = gboolean function(GKeyFile* key_file, const(gchar)* group_name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_remove_key
alias da_g_key_file_remove_key = gboolean function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_boolean
alias da_g_key_file_set_boolean = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_boolean_list
alias da_g_key_file_set_boolean_list = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gboolean* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_comment
alias da_g_key_file_set_comment = gboolean function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* comment, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_double
alias da_g_key_file_set_double = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gdouble value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_double_list
alias da_g_key_file_set_double_list = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gdouble* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_int64
alias da_g_key_file_set_int64 = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_integer
alias da_g_key_file_set_integer = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_integer_list
alias da_g_key_file_set_integer_list = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gint* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_list_separator
alias da_g_key_file_set_list_separator = void function(GKeyFile* key_file, gchar separator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_locale_string
alias da_g_key_file_set_locale_string = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_locale_string_list
alias da_g_key_file_set_locale_string_list = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, const(gchar*)* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_string
alias da_g_key_file_set_string = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_string_list
alias da_g_key_file_set_string_list = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar*)* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_uint64
alias da_g_key_file_set_uint64 = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, guint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_set_value
alias da_g_key_file_set_value = void function(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_to_data
alias da_g_key_file_to_data = gchar* function(GKeyFile* key_file, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_key_file_unref
alias da_g_key_file_unref = void function(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_key_file_error_quark
GQuark g_key_file_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_free
void g_key_file_free(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_boolean
gboolean g_key_file_get_boolean(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_boolean_list
gboolean* g_key_file_get_boolean_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_comment
gchar* g_key_file_get_comment(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_double
gdouble g_key_file_get_double(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_double_list
gdouble* g_key_file_get_double_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_groups
gchar** g_key_file_get_groups(GKeyFile* key_file, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_int64
gint64 g_key_file_get_int64(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_integer
gint g_key_file_get_integer(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_integer_list
gint* g_key_file_get_integer_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_keys
gchar** g_key_file_get_keys(GKeyFile* key_file, const(gchar)* group_name, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_locale_string
gchar* g_key_file_get_locale_string(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_locale_string_list
gchar** g_key_file_get_locale_string_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_start_group
gchar* g_key_file_get_start_group(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_string
gchar* g_key_file_get_string(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_string_list
gchar** g_key_file_get_string_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_uint64
guint64 g_key_file_get_uint64(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_value
gchar* g_key_file_get_value(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_has_group
gboolean g_key_file_has_group(GKeyFile* key_file, const(gchar)* group_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_has_key
gboolean g_key_file_has_key(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_load_from_data
gboolean g_key_file_load_from_data(GKeyFile* key_file, const(gchar)* data, gsize length, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_load_from_data_dirs
gboolean g_key_file_load_from_data_dirs(GKeyFile* key_file, const(gchar)* file, gchar** full_path, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_load_from_dirs
gboolean g_key_file_load_from_dirs(GKeyFile* key_file, const(gchar)* file, const(gchar*)* search_dirs, gchar** full_path, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_load_from_file
gboolean g_key_file_load_from_file(GKeyFile* key_file, const(gchar)* file, GKeyFileFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_new
GKeyFile* g_key_file_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_ref
GKeyFile* g_key_file_ref(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_remove_comment
gboolean g_key_file_remove_comment(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_remove_group
gboolean g_key_file_remove_group(GKeyFile* key_file, const(gchar)* group_name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_remove_key
gboolean g_key_file_remove_key(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_boolean
void g_key_file_set_boolean(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_boolean_list
void g_key_file_set_boolean_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gboolean* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_comment
gboolean g_key_file_set_comment(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* comment, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_double
void g_key_file_set_double(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gdouble value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_double_list
void g_key_file_set_double_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gdouble* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_int64
void g_key_file_set_int64(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_integer
void g_key_file_set_integer(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_integer_list
void g_key_file_set_integer_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, gint* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_list_separator
void g_key_file_set_list_separator(GKeyFile* key_file, gchar separator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_locale_string
void g_key_file_set_locale_string(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_locale_string_list
void g_key_file_set_locale_string_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* locale, const(gchar*)* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_string
void g_key_file_set_string(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_string_list
void g_key_file_set_string_list(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar*)* list, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_uint64
void g_key_file_set_uint64(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, guint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_value
void g_key_file_set_value(GKeyFile* key_file, const(gchar)* group_name, const(gchar)* key, const(gchar)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_to_data
gchar* g_key_file_to_data(GKeyFile* key_file, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_unref
void g_key_file_unref(GKeyFile* key_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_key_file_error_quark
da_g_key_file_error_quark g_key_file_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_free
da_g_key_file_free g_key_file_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_boolean
da_g_key_file_get_boolean g_key_file_get_boolean;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_boolean_list
da_g_key_file_get_boolean_list g_key_file_get_boolean_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_comment
da_g_key_file_get_comment g_key_file_get_comment;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_double
da_g_key_file_get_double g_key_file_get_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_double_list
da_g_key_file_get_double_list g_key_file_get_double_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_groups
da_g_key_file_get_groups g_key_file_get_groups;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_int64
da_g_key_file_get_int64 g_key_file_get_int64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_integer
da_g_key_file_get_integer g_key_file_get_integer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_integer_list
da_g_key_file_get_integer_list g_key_file_get_integer_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_keys
da_g_key_file_get_keys g_key_file_get_keys;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_locale_string
da_g_key_file_get_locale_string g_key_file_get_locale_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_locale_string_list
da_g_key_file_get_locale_string_list g_key_file_get_locale_string_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_start_group
da_g_key_file_get_start_group g_key_file_get_start_group;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_string
da_g_key_file_get_string g_key_file_get_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_string_list
da_g_key_file_get_string_list g_key_file_get_string_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_uint64
da_g_key_file_get_uint64 g_key_file_get_uint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_get_value
da_g_key_file_get_value g_key_file_get_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_has_group
da_g_key_file_has_group g_key_file_has_group;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_has_key
da_g_key_file_has_key g_key_file_has_key;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_load_from_data
da_g_key_file_load_from_data g_key_file_load_from_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_load_from_data_dirs
da_g_key_file_load_from_data_dirs g_key_file_load_from_data_dirs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_load_from_dirs
da_g_key_file_load_from_dirs g_key_file_load_from_dirs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_load_from_file
da_g_key_file_load_from_file g_key_file_load_from_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_new
da_g_key_file_new g_key_file_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_ref
da_g_key_file_ref g_key_file_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_remove_comment
da_g_key_file_remove_comment g_key_file_remove_comment;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_remove_group
da_g_key_file_remove_group g_key_file_remove_group;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_remove_key
da_g_key_file_remove_key g_key_file_remove_key;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_boolean
da_g_key_file_set_boolean g_key_file_set_boolean;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_boolean_list
da_g_key_file_set_boolean_list g_key_file_set_boolean_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_comment
da_g_key_file_set_comment g_key_file_set_comment;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_double
da_g_key_file_set_double g_key_file_set_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_double_list
da_g_key_file_set_double_list g_key_file_set_double_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_int64
da_g_key_file_set_int64 g_key_file_set_int64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_integer
da_g_key_file_set_integer g_key_file_set_integer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_integer_list
da_g_key_file_set_integer_list g_key_file_set_integer_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_list_separator
da_g_key_file_set_list_separator g_key_file_set_list_separator;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_locale_string
da_g_key_file_set_locale_string g_key_file_set_locale_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_locale_string_list
da_g_key_file_set_locale_string_list g_key_file_set_locale_string_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_string
da_g_key_file_set_string g_key_file_set_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_string_list
da_g_key_file_set_string_list g_key_file_set_string_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_uint64
da_g_key_file_set_uint64 g_key_file_set_uint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_set_value
da_g_key_file_set_value g_key_file_set_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_to_data
da_g_key_file_to_data g_key_file_to_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_key_file_unref
da_g_key_file_unref g_key_file_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GKeyFile
struct _GKeyFile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta